Openprovider MCP For Domain Managemenet

Created By
Hicham El Hafed10 months ago
A Model Context Protocol (MCP) server for Openprovider.com that allows users to interact with their Openprovider account to perform various domain management actions including checking domain availability, registering domains, managing contacts, and more. All the details in the Github: https://github.com/hichamdotpage/openprovider-mcp
Overview

This MCP server provides comprehensive domain management capabilities through the Openprovider API. Features include domain availability checking, registration, contact management, and DNS configuration. Requires Node.js 20+ and global installation via npm. Configure with your Openprovider credentials to get started.

Server Config

{
  "mcpServers": {
    "github": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GITHUB_PERSONAL_ACCESS_TOKEN",
        "mcp/github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "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"
      }
    },
    "openprovider": {
      "command": "openprovider-mcp",
      "env": {
        "OPENPROVIDER_USERNAME": "your_username",
        "OPENPROVIDER_PASSWORD": "your_password",
        "DEBUG": "false"
      }
    }
  }
}
Project Info
Created At
10 months ago
Updated At
10 months ago
Author Name
Hicham El Hafed
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Hellogrowthcrm

4 hours ago